I am new to linear regression and machine learning. I did the following... and ended up with a hugr error which ends with: " ImportError: DLL load failed: The specified module could not be found. " I don't understand how to solve this issue. I have all the modules installed. I'm using python 3.5.2, and the updated version of pip ( pip 9.0.1 )
import pandas as pd import numpy as np import quandl import math from sklearn import preprocessing, cross_validation, svm from sklearn.linear_model import LinearRegression